home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / dev / lang / python020.lha / python / BUGS.Amiga < prev    next >
Text File  |  1995-10-26  |  766b  |  17 lines

  1. There is one serious bug.  Floating-point numbers don't work!
  2. The output is always %.12g
  3. I've stepped through the code (with cpr) in the function:
  4.     Objects/floatobject.c: float_buf_repr
  5. and I can't see it.  I switched from sprintf to gcvt and it makes no
  6. difference.  I've used SAS/C 6.55 and 6.51, tried various combinations
  7. of floating-point representations and optimisations and it always gives
  8. %.12g.  I've also compiled the same code for OSF/1 (native cc) and
  9. HPUX (gcc) without problems, so it must be a bug in SAS/C.  Because
  10. the test program works without problem, I suspect it might be a
  11. (s)link problem.
  12.  
  13. Perhaps someone would like to try gcc or DICE, or you have any other
  14. suggestions, please send e-mail.
  15.  
  16. Geoff Fellows gfellows@csu.edu.au 26th Oct 1995
  17.